Sentiment Analysis Using Logistic Regression

Classifying IMDb movie reviews as positive or negative using a logistic regression model.

Project Overview

This project leverages a logistic regression model to classify sentiment in movie reviews from the IMDb dataset. Preprocessed Bag-of-Words features are used, and performance is evaluated with 5-fold cross-validation. This project includes additional preprocessing enhancements for improved model performance.

Key Outcomes

Tools and Libraries

Additional Features

A detailed annotated file explains the extended preprocessing pipeline and other implementation details. Click the link below to access it:

View Annotated Details

View the Code

Click the link below to view the full code and documentation for this project on GitHub:

View on GitHub